home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the mouseCast = 65 then
- cursor([49, 50])
- end if
- if the mouseCast = 67 then
- cursor([49, 50])
- end if
- if the mouseCast = 63 then
- cursor([49, 50])
- end if
- if the mouseCast = 66 then
- cursor([49, 50])
- end if
- updateStage()
- go(the frame)
- updateStage()
- end
-